home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / decoyz.zip / DECOYZ.TXT < prev    next >
Text File  |  1996-09-10  |  4KB  |  115 lines

  1. Title    : Decoyz Quake QC Modification
  2. Filename : Decoyz.zip
  3. Version  : 1.0
  4. Date     : 9/9/96
  5. Author   : Sam Shockey
  6. Email    : shockesj@concentric.net
  7.  
  8. Credits  : Jason Busby (busbyj@cris.com)
  9.       ^The creator of the origional decoy.  Gave me the idea for this.
  10.      :AsmodeusB (tazq@sos.on.ca)
  11.       ^I used some of his Pipebomb code to trow out the decoy activator.
  12.      :Micheal&Tim Polucha (TMBOT-mpolucha@earthlink.net)
  13.           ^For the Bot concept that made the decoyz work how
  14.        I wanted them to.
  15.      
  16.  
  17.  
  18. Type of Mod
  19. -----------
  20. Quake C  : yes
  21. Sound    : no
  22. MDL      : no
  23.  
  24.  
  25. Format of QuakeC
  26. ----------------
  27. unified diff  : no
  28. context diff  : no
  29. .qc files     : yes
  30. progs.dat     : yes
  31.  
  32.  
  33. Description of the Modification
  34. -------------------------------
  35.  I wanted to make these decoyz for use in DEATH MATCHES after looking at other
  36. decoy and hologram mods.  Most of those didn't work quite
  37. right or have what I wanted.
  38.  
  39.   
  40. Bind a key to IMPULSE 61 to throw the decoy activator(Looks like a grenade).
  41. Bind a key to IMPULSE 62 to activate the decoy. 
  42. Bind a key to IMPULSE 63 to remotely detonate the decoy.
  43. Bind a key to IMPULSE 64 to switch the decoy off.
  44.  
  45. To use the decoyz you have to have 1 missle and 1 cell per decoy. As long as 
  46. you have enough missles and cells you can create as many decoyz as you want.
  47. When the decoyz are activated they run in place until they see an enemy.  When
  48. an enemy is spotted they send a message to their creator saying they sighted
  49. an enemy.  Then they start shotting at the enemy, but not doing any damage(
  50. It's just a decoy, not an extra gun ;>).  When enough damage is done to kill 
  51. a decoy, or when a decoy is touched by an enemy, it will explode(Now it does
  52. damage).
  53.  The decoyz can also be detonated remotely, and switched off.  In order to 
  54. switch one off, you have to get real close to the decoy, then hit the key
  55. you have for IMPULSE 64. 
  56.  I think that's about it.
  57.  
  58. How to Install the Modification
  59. -------------------------------
  60. unzip the zip file into a new sub-directory within the Quake directory.
  61. then type: quake -game (name of sub-dir you put the files in).
  62.  
  63. ex: if you put the files in a sub-dir called DECOYZ then type this to play a 
  64. game using them: quake -game decoyz
  65.  
  66.  
  67. Technical Details
  68. -----------------
  69. VERSION 1: DECOYZ
  70.     -Shoots at enemys (no damage done)
  71.     -Explodes when touched by enemy (does damage)
  72.     -Explodes when detonated remotely (does damage)
  73.     -Can be switched off
  74.     -If used with NewSkinz or MultiSkin will 
  75.      take owner's current skin when activated
  76.  
  77. -----------------------------------------    
  78. *NOTE to other quake modifiers out there*
  79. -----------------------------------------
  80.   If you want to keep track of the owner of something like my decoy or a bot,
  81. do NOT use an entity's 'owner' field.  Add a new field called 'maker' like I 
  82. did, or something else. (see my code for more details)  
  83.   If you use the 'owner' field the bot or whatever will not be solid to the
  84. owner, and the owner will not be able to hurt it with the shotguns or axe.
  85. I think some other weird stuff happens when the 'owner' field is used.
  86.  
  87. Just trying to help.
  88.  
  89.  
  90.         
  91.   *FUTURE ENHANCEMENTS*
  92.  No plans yet.  Let me know if you'd like anything else added.  
  93.  
  94.  
  95. Author Information
  96. ------------------
  97. Sam Shockey: shockesj@concentric.net
  98.          Student at Miami University, Oxford, Ohio
  99.          Spends way too much time on his computer.
  100.  
  101.  
  102. Copyright and Distribution Permissions
  103. --------------------------------------
  104. Authors MAY use these modifications as a basis for other
  105. publically available work.
  106.  
  107. You may do whatever you please with the contents of this archive.
  108.  
  109.  
  110. Availability
  111. ------------
  112. Obviously you've found this file.  The rest of the stuff should be where you
  113. found this. ;>
  114.  
  115.